:root {
    --primary-pink: #ff4081;
    --primary-cyan: #00bcd4;
    --dark: #1a1a2e;
    --light-bg: #f8f9fa;
    --border-color: #e9ecef;
}

body {
    font-family: 'Open Sans', sans-serif !important;
    background-color: #fcfcfc;
    color: #333;
}
h1, h2, h3, h4 {
    font-family: 'Montserrat', sans-serif !important;
}

/* p {
    font-family: 'Open Sans', sans-serif !important;
} */

/* Navbar */
.navbar-brand img {
    height: 40px;
}

.nav-link {
    color: #333 !important;
    font-weight: 500;
    margin: 0 0.5rem;
}

.nav-link:hover {
    color: var(--primary-pink) !important;
}

.btn-account {
    color: var(--primary-pink) !important;
    font-weight: 600;
}

/* Hero Gallery */
.hero-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 0.5rem;
    height: 420px;
}

.hero-main {
    grid-column: span 2;
    grid-row: span 2;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.hero-main video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-secondary {
    grid-column: span 2;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.hero-small {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.hero-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.hero-gallery .hero-secondary:hover img,
.hero-gallery .hero-small:hover img {
    transform: scale(1.05);
}

.photo-count {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
}

.photo-count:hover{
    color: white !important;
}

/* Trust Logos */
.trust-box {
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 0.5rem 1rem;
    display: inline-flex;
    align-items: center;
    gap: 1rem;
}

.google-stars {
    display: flex;
    align-items: center;
    gap: 0.2rem;
}

.star-filled {
    color: #ffc107;
}

.star-half {
    color: #ffc107;
    opacity: 0.5;
}

/* Info Banner */
.info-banner {
    background: var(--primary-cyan);
    color: #fff;
    border-radius: 12px;
    padding: 0.75rem 1rem;
}

.info-banner small{
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
    color: #ffffff !important;
    /* font-weight: 600 !important; */
    /* padding-top: 5px; */
}
.info-banner a{
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
    color: #ffffff !important;
    /* font-weight: 600 !important; */
    /* padding-top: 5px; */
}

.info-banner a {
    color: #fff;
    text-decoration: underline;
    font-weight: 500;
}


.usp-card h6{
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    color: #1f242e !important;
    font-weight: 600 !important;
    padding-top: 5px;
}
.usp-card p{
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12px !important;
    color: #676f7e !important;
    line-height: 16px !important;
}

.usp-icon {
    width: 40px;
    height: 40px;
    /* background: rgba(0, 188, 212, 0.1); */
    /* border-radius: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #11a4d4;
}

/* Tabs */
.trip-tabs {
    padding: 6px 5px !important;
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 16px !important;
    background: #e5f3f8 !important;
    border: 1px solid #a6dbed;
    border-radius: 12px;
    justify-content: space-between;
}

.trip-tab {
    padding: 6px 13px !important;
    border-radius: 13px;
    /* border: 1px solid var(--border-color); */
    background: none;
    /* color: #676f7e !important; */
    color: #4e5258 !important;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 14px;
    border: none;
    display: inline-block;
}

.trip-tab:hover {
    /* border-color: var(--primary-cyan); */
    color: var(--primary-cyan) !important;
}

.trip-tab.active {
    background: #11a4d4;
    /* border-color: var(--primary-pink); */
    color: #fff !important;
}

/* Sidebar */
.sidebar-card {
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 12px !important;
    margin-bottom: 1rem;
}
.sidebar-card .text-muted {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 12px !important;
    color: #676f7e !important;
    /* font-weight: 700 !important; */
    font-weight: 500 !important;
    /* padding-bottom: 5px !important; */
    /* margin-bottom: 0.25rem; */
}
.sidebar-card .price-display {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 22px !important;
    color: #ee2b6c !important;
    /* font-weight: 700 !important; */
    font-weight: 700 !important;
    /* padding-bottom: 5px !important; */
    /* margin-bottom: 0.25rem; */
    padding: 2px 0 2px 0 !important;
}

.price-display {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--primary-cyan);
}

.btn-pink {
    color: #fff !important;
    background: #ec4899 !important;
    /* border: 1px solid #11a4d4 !important; */
    border-radius: 10px !important;
    padding: 11px 0;
    font-weight: 400 !important;
    font-size: 14px !important;
    font-family: 'Open Sans', sans-serif !important;
    text-transform: none !important;
}

.btn-pink:hover {
    background: #e91e63;
    opacity: 0.9 !important;
    /* border-color: #e91e63; */
    /* color: #fff; */
}

.btn-outline-cyan {
    color: #00bcd4;
    background: none !important;
    border: 1px solid #00bcd4 !important;
    border-radius: 10px !important;
    padding: 11px 0;
    font-weight: 400 !important;
    font-size: 14px !important;
    font-family: 'Open Sans', sans-serif !important;
    text-transform: none !important;
}

.btn-outline-cyan:hover {
    background: #e5f3f8 !important;
}

.detail-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
}

.detail-item {
    background: #f0f2f4 !important;
    border-radius: 6px;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.detail-item i {
    color: var(--primary-cyan);
    font-size: 0.875rem;
}

.detail-label {
    font-size: 0.625rem;
    color: #6c757d;
}

.detail-value {
    font-size: 0.75rem;
    font-weight: 600;
}

/* Intensity Bar */
.intensity-bar {
    height: 8px;
    background: #ffffff;
    border-radius: 4px;
    overflow: hidden;
}
.intensity-bar.two {
    background: #f0f2f4 !important;
    height: 10px !important;
    border-radius: 8px !important;
    margin-bottom: 11px !important;
}
.bottom-bar-sec{
    border-radius: 12px !important; 
}
.bottom-bar-sec p.one{
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
    color: #1f242e !important;
    font-weight: 500 !important;
    margin-bottom: 3px !important;  
}
.bottom-bar-sec p.two{
    font-family: 'Open Sans', sans-serif !important;
    font-size: 12px !important;
    color: #676f7e !important;
    line-height: 1.625 !important;
    /* font-weight: 500 !important; */
}
.intensity-bar.two .intensity-fill {
    position: relative;
}
.intensity-bar.two .intensity-fill::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 14px;
    background: #11a4d4;
    border: 2.5px solid #ffffff;
    border-radius: 50%;
}

.intensity-fill {
    height: 100%;
    /* width: 55%; */
    background: linear-gradient(to right, #4caf50, #ffc107, #ff9800);
    border-radius: 4px;
}

/* Highlights */
.highlight-item {
    display: flex;
    align-items: center;
    gap: 8px !important;
    margin-bottom: 0.75rem;
}

.highlight-icon {
    width: 25px;
    height: 25px;
    background: rgba(0, 188, 212, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-cyan);
    font-size: 0.75rem;
}

/* Trip Date Cards */
.date-card {
    background: #fff;
    border: 2px solid var(--border-color);
    border-radius: 12px;
    padding: 1rem;
    margin-bottom: 0.75rem;
    cursor: pointer;
    transition: all 0.2s;
}
.date-card .date-text{
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px !important;
    color: #1f242e !important;
    font-weight: 700 !important;
}

.date-card:hover {
    border-color: #adb5bd;
}

.date-card.selected {
    border-color: var(--primary-pink);
    box-shadow: 0 4px 12px rgba(255, 64, 129, 0.15);
}

.radio-circle {
    width: 20px;
    height: 20px;
    border: 2px solid #adb5bd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.date-card.selected .radio-circle {
    border-color: var(--primary-pink);
}

.radio-dot {
    width: 10px;
    height: 10px;
    background: var(--primary-pink);
    border-radius: 50%;
    display: none;
}

.date-card.selected .radio-dot {
    display: block;
}

/* .date-text {
    font-weight: 700;
    font-size: 1.1rem;
} */

.duration-badge {
    background: var(--light-bg);
    padding: 6px 8px !important;
    border-radius: 4px;
    font-size: 0.75rem;
    color: #6c757d;
}

.price-original {
    text-decoration: line-through;
    color: #6c757d;
    font-size: 0.875rem;
}

.price-discounted {
    color: var(--primary-pink);
    font-weight: 700;
    font-size: 1.25rem;
}

.btn-flights {
    background: none;
    color: #00c2e0;
    border-radius: 15px !important;
    padding: 0.25rem 0.75rem;
    font-weight: 500;
    font-size: 14px !important;
    text-transform: none !important;
    padding: 8px 6px !important;
    line-height: 0px !important;
    border: 0.1px solid;
}
.interested-txt span{
    color: #676f7e !important;
    font-size: 12px !important;
    font-family: 'Open Sans', sans-serif !important;
}
.dynamic-list-wrapper h3:not(:first-of-type) {
    margin-top: 8px !important;
}
.btn-flights:hover  {
    background: #00bcd41a !important;
    color: #00c2e0;
    border-radius: 6px;
    padding: 0.25rem 0.75rem;
    font-weight: 500;
    font-size: 14px !important;
}

.btn-composition {
    color: #ec4899;
    border: none;
    background: none;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
    border-radius: 15px !important;
    padding: 8px 6px !important;
    text-transform: none !important;
    border: 0.1px solid;
}
.btn-composition:hover {
    background: #ec48991a  !important;
}

.flight-details {
    background: rgba(0, 0, 0, 0.02);
    border-top: 1px solid var(--border-color);
    padding: 1rem;
    margin: 1rem -1rem -1rem;
    border-radius: 0 0 10px 10px;
    display: none;
    animation: fadeIn 0.5s ease-in-out !important; 
}
.wrap-min {
    z-index: 101 !important;
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
.btn-flights i.bi-chevron-up {
    transition: transform 0.3s ease !important;
}
.btn-flights.active i.bi-chevron-up {
    transform: rotate(180deg) !important;
}
.btn-flights.active {
    background: #00bcd41a !important;
}
.flight-box {
    background: #fcfcfc !important;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 0.75rem 1rem;
}

.flight-box .flight-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #6c757d;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.flight-box .flight-info {
    font-weight: 500;
    font-size: 0.9375rem;
    color: #333;
}

/* Day Program */
.day-card {
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    margin-bottom: 0.75rem;
    overflow: hidden;
}
.day-card:hover {
    background: #f0f2f4 !important;
}

.day-header {
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.day-number {
    margin-right: 1rem;
    background: #e7f6fb;
    color: #11abe0;
    padding: 17px 4px;
    border-radius: 50%;
    font-weight: 600;
    font-size: 0.875rem;
    margin-right: 1rem;
    font-size: 14px !important;
    font-weight: 700 !important;
    font-family:  'Montserrat', sans-serif !important;
}

.day-title {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px !important;
    color: #1f242e !important;
    /* font-weight: 700 !important; */
    font-weight: 700 !important;
    padding-bottom: 5px !important;
    /* margin-bottom: 0.25rem; */
}

.day-location {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    color: #676f7e !important;
    /* font-weight: 100 !important; */
    /* font-weight: 600 !important; */
}

/* Comfort Section */
.comfort-card {
    background: #f0f2f4 !important;
    border-radius: 6px;
    padding: 8px !important;
    /* margin-top: 8px !important; */
}

.comfort-icon {
    width: 55px;
    max-width: 43px;
    height: 41px;
    background: rgba(0, 188, 212, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-cyan);
}
/* .comfort-icon i {
    font-size: 16px !important;
} */

/* Reviews */
.review-card {
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 16px 16px 2px 16px !important;
    margin-bottom: 1rem;
}

.reviewer-avatar {
    width: 40px;
    height: 40px;
    background: #11a4d4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: white !important;
    font-size: 18px !important;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 700 !important;
}

/* Composition Modal */
.traveler-item {
    /* display: flex; */
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.75rem 0;
    /* border-bottom: 1px solid var(--border-color); */
}

.traveler-avatar {
    width: 40px;
    height: 40px;
    background: var(--light-bg);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: #6c757d;
}

.gender-female {
    color: var(--primary-pink);
}

.gender-male {
    color: var(--primary-cyan);
}

.progress-bar-custom {
    height: 8px;
    background: #e9ecef;
    border-radius: 4px;
    position: relative;
}

.progress-fill {
    height: 100%;
    background: var(--primary-cyan);
    border-radius: 4px;
}

.progress-marker {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 22px;
    background: var(--primary-pink);
}

.progress-dot {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    background: var(--primary-pink);
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.progress-value {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 11px;
    font-weight: 600;
    /* background: #1d8dff; */
    color: #000;
    padding: 2px 6px;
    border-radius: 6px;
}
/* Age Chart */
.age-chart {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    height: 120px;
    gap: 2px;
}

.age-bar {
    flex: 1;
    background: var(--primary-pink);
    border-radius: 2px 2px 0 0;
    border-top-left-radius: 7px !important;
    border-top-right-radius: 7px;
}

/* Info Box */
.info-box {
    background: rgba(0, 188, 212, 0.1);
    border-left: 4px solid var(--primary-cyan);
    border-radius: 0 8px 8px 0;
    padding: 1rem;
}

/* Footer */
/* footer {
    background: var(--dark);
    color: #fff;
    padding: 3rem 0 1.5rem;
    margin-top: 4rem;
}

footer a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
}

footer a:hover {
    color: #fff;
} */

/* .show-hidde-one {
    display: flex;
    justify-content: center;
    align-items: center;
}

.show-hidde-one.d-none {
    display: none;
} */

.success-card {
    background: none !important;
    border-radius: 8px;
    padding: 21px 0px 0px 0px !important;
    max-width: 100%;
    width: 100%;
    text-align: center;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
}

.success-icon {
    width: 50px;
    height: 50px;
    background: #dcfce7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.success-icon svg {
    color: #4caf50;
}

.success-title {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px !important;
    color: #1f242e !important;
    font-weight: 600 !important;
    /* margin: 0 0 15px; */
}

.success-description {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
    color: #676f7e !important;
    /* font-weight: 600 !important; */
    line-height: 1.5;
    /* margin: 0 0 30px; */
}

.next-steps {
    background: #f6f7f8;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 16px;
}

.next-steps-title {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
    color: #1f242e !important;
    font-weight: 600 !important;
    margin: 0 0 15px;
}

.next-steps-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.next-steps-list li {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
    color: #676f7e !important;
    padding:4px 0;
    position: relative;
    padding-left: 20px;
}

.next-steps-list li:before {
    content: "•";
    position: absolute;
    left: 5px;
    color: #666;
}

.close-btn {
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 11px;
    padding: 10px 15px !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
    color: #1f242e !important;
    font-weight: 500 !important;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: none !important;
}

.close-btn:hover {
    background: #00bcd4;
    border-color: #ccc;
    color: white !important;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-gallery {
    height: 300px;
    grid-template-columns: repeat(2, 1fr);
    }
    
    .hero-main {
    grid-column: span 2;
    grid-row: span 1;
    }
    
    .hero-secondary {
    grid-column: span 1;
    }
    
    /* .hero-small:last-child {
    display: none;
    } */
    .hero-small:nth-last-child(2) {
        display: none;
    }
    /* .trust-box {
    flex-direction: column;
    gap: 0.5rem;
    } */
}
.trust-row h1{
    color: #1f242e !important;
    font-size: 30px !important;
    margin-bottom: 0px !important;
    font-weight: 600;
}
.trust-row .custom-left p:nth-of-type(1){
    color: #676f7e !important;
    font-size: 0.875rem !important;
    margin-bottom: 12px !important;
    font-family: 'Open Sans', sans-serif !important;
    border-bottom: 1px solid #fed23c;
    padding-bottom: 10px;
}
.trust-row p:nth-of-type(2){
    color: #1f242e;
    line-height: 1.625 !important;
    font-size: 0.875rem !important;
    margin-bottom: 0px !important;
}
@media (max-width: 575px) {
    .right-price-data-tab-wrap{
        margin-left: 1.5rem !important;
        margin-top: 1rem !important;
    }
    .btn-flights-text, .btn-composition-text, .btn-interesse-text{
        display: none !important;
    }
    .btn-flights, .btn-composition, .interesse-btn{
        padding: 10px 15px !important;
    }
}
   
#program ul li strong{
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
    color: #676f7e !important;
    /* font-weight: 700 !important; */
    /* margin-bottom: 24px !important; */
    line-height: 1.625 !important;
}

.dynamic-list-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
}

.dynamic-list-wrapper ul li {
    flex: 0 0 48.5%;
    background: #f0f2f4;
    padding: 8px 10px;
    border-radius: 12px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #1f242e;
    display: flex;
    align-items: flex-start;
    line-height: 1.5;
}
.dynamic-list-wrapper ul li a{
   display: contents !important;
}
.dynamic-list-wrapper ul:nth-of-type(2) li {
    color: #676f7e !important;
}
/* Icon for included items - checkmark (CYAN COLOR) */

/* DEFAULT: upar wali list → TICK (cyan) */
.dynamic-list-wrapper ul li::before {
    content: "";
    width: 18px;
    height: 18px;
    margin-right: 16px;
    flex-shrink: 0;
    background-color: #65c1e1;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='black' d='M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256 256-114.6 256-256S397.4 0 256 0zm140.7 189.3l-160 160c-6.2 6.2-16.4 6.2-22.6 0l-80-80c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L225 315.1l148.7-148.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z'/%3E%3C/svg%3E") no-repeat center;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='black' d='M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256 256-114.6 256-256S397.4 0 256 0zm140.7 189.3l-160 160c-6.2 6.2-16.4 6.2-22.6 0l-80-80c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L225 315.1l148.7-148.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z'/%3E%3C/svg%3E") no-repeat center;
}

/* SECOND h3 ke baad wali list → CROSS (grey) */
.dynamic-list-wrapper h3:nth-of-type(2) ~ ul li::before {
    background-color: #676f7e;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='black' d='M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256 256-114.6 256-256S397.4 0 256 0zM175 175c6.2-6.2 16.4-6.2 22.6 0L256 233.4l58.4-58.4c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6L278.6 256l58.4 58.4c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L256 278.6l-58.4 58.4c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L233.4 256l-58.4-58.4c-6.2-6.2-6.2-16.4 0-22.6z'/%3E%3C/svg%3E") no-repeat center;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='black' d='M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256 256-114.6 256-256S397.4 0 256 0zM175 175c6.2-6.2 16.4-6.2 22.6 0L256 233.4l58.4-58.4c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6L278.6 256l58.4 58.4c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L256 278.6l-58.4 58.4c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L233.4 256l-58.4-58.4c-6.2-6.2-6.2-16.4 0-22.6z'/%3E%3C/svg%3E") no-repeat center;
}


/* Heading styles */
.dynamic-list-wrapper h3 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 18px !important;
    color: #1f242e !important;
    font-weight: 700 !important;
    padding-bottom: 0px !important;
    width: 100%;
    margin-bottom: 8px !important;
}

.dynamic-list-wrapper p:first-of-type{
    margin-bottom: 16px !important;
}
.dynamic-list-wrapper p {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
    color: #676f7e !important;
    margin-bottom: 0px !important;
    width: 100%;
    line-height: 1.625 !important;
}
.dynamic-list-wrapper ul + p {
    margin-top: 16px !important;
}

.dynamic-list-wrapper p a {
    color: #11a4d4 !important;
    text-decoration: underline;
}

.dynamic-list-wrapper p strong {
    color: #1f242e !important;
    font-weight: 600 !important;
}
@media (max-width: 767px) {
        .interested-txt{
            display: none;
        }
}
/* Tablet: 2 per row */
@media (max-width: 992px) {
    .dynamic-list-wrapper ul li {
        flex: 0 0 48%;
    }
}

/* Mobile: 1 per row */
@media (max-width: 576px) {
    .dynamic-list-wrapper ul li {
        flex: 0 0 100%;
    }
}
@media (max-width: 1194px) {
   .interest-updates-box{
        display: flex !important;
        justify-content: center !important;
   }
}
@media (max-width: 1194px) and (min-width: 1025px) {
    .interest-updates-box{
        gap: 7px !important;
    }
}
@media (max-width: 1084px) and (min-width: 992px) {
    .right-price-data-tab {
        text-align: left !important;
    }
   .right-price-data-tab a {
        padding-left: 0px !important;
    }
}
@media (min-width: 992px) {
    .custom-left {
        flex: 0 0 63% !important;
        max-width: 63% !important;
    }
    .custom-right {
        flex: 0 0 37% !important;
        max-width: 37% !important;
    }
    .custom-wide {
        width: 45% !important; /* Apni marzi ki width */
    }
    .trust-row p:nth-of-type(1) {
        margin-bottom: 0px !important;
    }
}
@media (max-width: 991px) {
    .min-popup-right-head p{
        text-align: left !important;
        margin-bottom: 7px !important;
    }
    .trust-box{
        width: 100% !important;
    }
    /* .info_boxes {
        left: calc(73% - 150px);
    } */
}
/* @media (max-width: 1177px) {
    .right-price-data-tab-wrap {
        width: 100% !important;
        padding: 20px 0px 0 25px !important;
    }   
} */
@media (min-width: 1306px) {
        .custom-left {
        flex: 0 0 72% !important;
        max-width: 72% !important;
    }
    .custom-right {
        flex: 0 0 28% !important;
        max-width: 28% !important;
    }
    .custom-wide {
        width: 45% !important; /* Apni marzi ki width */
    }
}
.wrapper {
    margin-top: 100px !important;
}
.icon-box {
    background: #daeaf1 !important;
    height: 32px;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 7px 0px 0px !important;
}


/* Optional: Make cards fill height equally */
/* .usp-row .col-md-4 {
    display: flex;
} */
/* 
.usp-card {
    flex: 1;
} */
/* USP Cards */
    .usp-card {
    background: #f0f2f4;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 1rem;
    height: 100%;
    padding: 8px !important;
    }
.usp-row .col-md-4 {
    display: flex;
}

.usp-card {
    flex: 1;
    background: #f0f2f4;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 8px !important;
}

.map-header{
    background-color: #fff !important;
    border: 0.1px solid #e7e7e7;
    border-radius: 7 0 0 0;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}
.map-header h3{
    font-family: 'Montserrat', sans-serif !important;
    font-size: 18px !important;
    color: #1f242e !important;
    font-weight: 600 !important;
}
.map-header p{
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
    color: #676f7e !important;
    font-weight: 400 !important;
}
#map{
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
.trip-tabs button {
    text-transform: none !important;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 600 !important;
}
#program h4{
    font-family: 'Montserrat', sans-serif !important;
    font-size: 24px !important;
    color: #1f242e !important;
    font-weight: 700 !important;
    margin-bottom: 8px !important;
}
#program p{
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
    color: #676f7e !important;
    /* font-weight: 700 !important; */
    margin-bottom: 24px !important;
    line-height: 1.625 !important;
}
.bold-icon {
    transform: scale(1.1);
    text-shadow: 0 0 1px currentColor;
    font-size: 10px !important;
}
.horizontal-line-social {
    height: 1px;
    background: #00000020;
}
.sidebar-card .last{
    background: #f0f2f4 !important;
}
.sidebar-card.Intensity-level-card i{
    font-size: 24px !important;
}
.sidebar-card.Intensity-level-card h6{
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px !important;
    color: #1f242e !important;
    font-weight: 600 !important;
    /* margin-bottom: 0 0 0 8px !important; */
}
.sidebar-card.reis-details-card h6{
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    color: #1f242e !important;
    font-weight: 600 !important;
    margin-bottom: 0 0 0 8px !important;
}
.sidebar-card.reis-details-card .detail-label{
    font-family: 'Open Sans', sans-serif !important;
    font-size: 10px !important;
    color: #676f7e !important;
    /* font-weight: 600 !important; */
    /* margin-bottom: 0 0 0 8px !important; */
}
.sidebar-card.reis-details-card .detail-value{
    font-family: 'Open Sans', sans-serif !important;
    font-size: 12px !important;
    color: #1f242e !important;
    font-weight: 700 !important;
    /* margin-bottom: 0 0 0 8px !important; */
}
.comfort-card .text-1{
    font-family: 'Open Sans', sans-serif !important;
    font-size: 10px !important;
    color: #676f7e !important;
    /* font-weight: 700 !important; */
    /* margin-bottom: 0 0 0 8px !important; */
}
.comfort-card h6{
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    color: #1f242e !important;
    font-weight: 600 !important;
    /* margin-bottom: 0 0 0 8px !important; */
}
.comfort-card p{
    font-family: 'Open Sans', sans-serif !important;
    font-size: 11px !important;
    color: #676f7e !important;
    /* font-weight: 700 !important; */
    /* margin-bottom: 0 0 0 8px !important; */
}
.comfort-card .text-2{
    font-family: 'Open Sans', sans-serif !important;
    font-size: 12px !important;
    color: #1f242e !important;
    font-weight: 600 !important;
    /* margin-bottom: 0 0 0 8px !important; */
}
.comfort-card .text-3{
    font-family: 'Open Sans', sans-serif !important;
    font-size: 8px !important;
    color: #676f7e !important;
    /* font-weight: 700 !important; */
    /* margin-bottom: 0 0 0 8px !important; */
}
.sidebar-card.last h6{
    font-family: 'Montserrat', sans-serif !important;
    font-size: 13px !important;
    color: #11a4d4 !important;
    font-weight: 700 !important;
}
.sidebar-card.last span{
    font-family: 'Open Sans', sans-serif !important;
    font-size: 12px !important;
    color: #1f242e !important;
    font-weight: 500 !important;
    /* margin-bottom: 0 0 0 8px !important; */
}
.trust-badges{
    font-family: 'Open Sans', sans-serif !important;
    font-size: 10px !important;
    color: #676f7e !important;
    /* font-weight: 500 !important; */
}
.tab-2-col {
    flex: 0 0 48.5% !important;
    background: #f0f2f4;
    padding: 8px 10px !important;
    /* text-align: center; */
    border-radius: 12px !important;
    margin-bottom: 8px !important;
}
.tab-4-col {
    flex: 0 0 48.5% !important;
    background: #f0f2f4;
    padding: 8px 3px !important;
    /* text-align: center; */
    border-radius: 12px !important;
    margin-bottom: 8px !important;
}
.tab-2-col span{
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
    color: #1f242e !important;
    /* font-weight: 500 !important; */
}
.tab-2-con h5{
    font-family: 'Montserrat', sans-serif !important;
    font-size: 18px !important;
    color: #1f242e !important;
    font-weight: 700 !important;
    padding-bottom: 6px !important;
}
.tab-2-con .card-body{
    padding-bottom: 10px !important;
}
.sticky-booling-btns{
    justify-content: end;
}
.flight-right::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 18px;
    height: 40px;
    width: 2px;
    background-color: #ccc;
}
/* Tablet: 2 per row */
@media (max-width: 500px) {
    .day-number {
        display: flex !important;
        justify-content: center !important;
        text-align: center !important;
        align-items: center !important;
        width: 55px !important;
        height: 55px !important;
        max-width: 62px !important;
        min-width: 55px !important;
    }
    .sticky-booling-btns{
        position: fixed;
        bottom: -13px;
        z-index: 12;
        width: 94%;
        left: 14px;
        display: flex; 
        justify-content: space-around;
    }
}
@media (max-width: 992px) {
    .tab-2-col {
        flex: 0 0 48%; /* apni marzi ka width */
    }
    .tab-4-col {
        flex: 0 0 48%; /* apni marzi ka width */
    }
}

/* Mobile: 1 per row */
@media (max-width: 576px) {
    .tab-2-col {
        flex: 0 0 100%;
    }
    .tab-4-col {
        flex: 0 0 100%;
    }
}
.right-price-data-tab .price-original{
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
    color: #676f7e !important;
    /* font-weight: 700 !important; */
    /* padding-bottom: 6px !important; */
}
.right-price-data-tab .price-discounted{
    font-family: 'Montserrat', sans-serif !important;
    font-size: 20px !important;
    color: #ec4899;
    font-weight: 700 !important;
    /* padding-bottom: 6px !important; */
}
.right-price-data-tab .text-muted{
    font-family: 'Open Sans', sans-serif !important;
    font-size: 12px !important;
    color: #676f7e !important;
    font-weight: 500 !important;
    /* padding-bottom: 6px !important; */
}
#comfort h5{
    font-family: 'Montserrat', sans-serif !important;
    font-size: 18px !important;
    color: #1f242e !important;
    font-weight: 700 !important;
    margin-bottom: 8px !important;
}
#comfort p{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #84878b ;
    /* font-weight: 700 !important; */
    /* margin-bottom: 8px !important; */
}
.sidebar-card.comfort-third-card h6 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 18px !important;
    color: #1f242e !important;
    font-weight: 700 !important;
    margin-bottom: 8px !important;
}
.sidebar-card.comfort-third-card p {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
    color: #676f7e !important;
    /* font-weight: 700 !important; */
    /* margin-bottom: 8px !important; */
}
.sidebar-card.comfort-third-card .inner-section{
    padding: 2px 17px !important;
}
.sidebar-card.comfort-third-card .inner-section .item{
    margin-top: 16px !important;
}
.sidebar-card.comfort-third-card .inner-section h4{
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    color: #1f242e !important;
    font-weight: 700 !important;
    margin-bottom: 3px !important;
}
.sidebar-card.comfort-third-card .inner-section span{
    font-family: 'Open Sans', sans-serif !important;
    font-size: 12px !important;
    color: #676f7e !important;
    margin-left: 9px !important;
    /* font-weight: 700 !important; */
    /* margin-bottom: 8px !important; */
}
.sidebar-card.comfort-third-card .inner-section p{
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
    color: #676f7e !important;
    line-height: 1.625 !important;
    /* font-weight: 700 !important; */
    /* margin-bottom: 8px !important; */
}
.sidebar-card.comfort-third-card .inner-section svg{
    margin-right: 9px !important;
}
#comfort .sidebar-card{
    padding: 22px !important;
}
.comfort-fourth-card {
    background: #e4f2f7 !important;
    padding: 16px 16px 0px 16px !important;
    border: 1px solid var(--border-color);
    border-radius: 12px;
}
.comfort-fourth-card h6{
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    color: #1f242e !important;
    /* line-height: 1.625 !important; */
    font-weight: 600 !important;
}
.comfort-fourth-card p{
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
    color: #676f7e !important;
    line-height: 1.625 !important;
    /* font-weight: 700 !important; */
}
.ervaringen .first-card h5{
    font-family: 'Montserrat', sans-serif !important;
    font-size: 20px !important;
    /* color: #676f7e !important; */
    /* line-height: 1.625 !important; */
    font-weight: 700 !important;
}
.ervaringen .bottom-link-review a{
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
    color: #11a4d4 !important;
    /* line-height: 1.625 !important; */
    font-weight: 500 !important;
}
.ervaringen .first-card p{
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
    color: #676f7e !important;
    /* line-height: 1.625 !important; */
    /* font-weight: 700 !important; */
}
.ervaringen .ratting-sec{
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
    color: #676f7e !important;
    background: #E6F5FA !important;
    border-radius: 12px !important;
    padding: 12px 15px !important;
    /* line-height: 1.625 !important; */
    /* font-weight: 700 !important; */
}
.ervaringen .ratting-sec i{
    color: #f99e1f !important;
}
.ervaringen .ratting-sec .rat-num{
    font-family: 'Montserrat', sans-serif !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    color: black !important;
}
.ervaringen .second-bar-sec .rat-num{
    font-family: 'Montserrat', sans-serif !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #11a4d4 !important;
}
.ervaringen .second-bar-sec .rat-text{
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
    /* font-weight: 700 !important; */
    color: #676f7e !important;
}
.ervaringen .second-card .title{
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #1f242e !important;
}
.ervaringen .second-card .date{
    font-family: 'Open Sans', sans-serif !important;
    font-size: 12px !important;
    /* font-weight: 600 !important; */
    color: #676f7e !important;
}
.ervaringen .second-card .desc{
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
    /* font-weight: 600 !important; */
    color: #1f242ecc !important;
    line-height: 1.4 !important;
    /* padding: 0 0px 0 56px !important; */
}

.travel-faqs {
    background: #FFFBEB;
    border: 1px solid #fde68a;
}
.travel-faqs .faq-body{
    font-size: 14px;
    font-family: 'Open Sans';
    font-weight: 400;
    line-height: 21px;
    color: #78350f;
}
.travel-faqs .faq-row {
    border-bottom: 0.1px solid #fde68a !important;
}
.travel-faqs h3{
    color: #78350f !important;
    margin-bottom: 0px !important;
}
.travel-faqs .faq-header h5{
    color: #78350f !important;
    font-weight: 600 !important;
    margin: .5rem 0rem;
}
.travel-faqs .faq-body ul li{
    color: #78350f !important;
}
.travel-faqs .faq-body p {
    color: #78350f !important;
}
.faqs-tab h3{
    font-family: 'Montserrat', sans-serif !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 35px;
}
.faq-header h5{
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #1f242e !important;
}
.faq-row{
    border-bottom: 0.1px solid #edecec !important;
}
.small-arrow{
    font-size: 12px;
    color: #1f242e !important;
}
.faq-body p{
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
    /* font-weight: 500 !important; */
    color: #787b81 !important;
    margin-bottom: 0px !important;
    padding: 9px 0px 9px 0 !important;
    line-height: 1.5 !important;
}
.faq-body ul li{
    line-height: 25px;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
    color: #787b81 !important;
}
.vr {
    width: 1.5px;
    min-height: 2em;
    background-color: rgb(237 237 237);
}
.modal-dialog {
    max-width: 63% !important;
    margin: 1.75rem auto !important;
}
.modal-head{
    font-family: 'Montserrat', sans-serif !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #1f242e !important;
}
.modal-head h4{
    font-family: 'Montserrat', sans-serif !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #1f242e !important;
}
.modal-head p{
    font-family: 'Open Sans', sans-serif !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    color: #676f7e !important;
    line-height: 16px !important;
}
.modal-head-right-sec .num{
    font-family: 'Open Sans', sans-serif !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #676f7e !important;
    /* line-height: 20px !important;         */
}
.modal-head-right-sec .num-text{
    font-family: 'Open Sans', sans-serif !important;
    font-size: 10px !important;
    /* font-weight: 700 !important; */
    color: #676f7e !important;
    /* line-height: 20px !important;         */
}
.modal-body-left h6{
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    /* font-weight: 600 !important; */
    color: #1f242e !important;
}
.modal-content {
    border-radius: 14px !important;
}
.modal-body {
    max-height: 86vh;
    overflow-y: auto;
}
.modal-body-left p{
    font-family: 'Open Sans', sans-serif !important;
    font-size: 13px !important;
    /* font-weight: 600 !important; */
    color: #676f7e !important;
    margin-bottom: 0px !important;
    line-height: 17px;
    margin-top: 4px;
}
.modal-body-left .btn{
    font-family: 'Open Sans', sans-serif !important;
    font-size: 13px !important;
    /* font-weight: 600 !important; */
    color: #1f242e !important;
}
.modal-body-left button{
    text-transform: none !important;
    padding: 3px 9px !important;
    background: none;
    border: 0.1px solid #efefef;
    border-radius: 9px !important;
    margin-left: 7px;
}
.modal-body-left .bottom-text{
    font-family: 'Open Sans', sans-serif !important;
    font-size: 12px !important;
    /* font-weight: 600 !important; */
    color: #676f7e !important;
}
.modal-body-right .bottom-txt{
    font-family: 'Open Sans', sans-serif !important;
    font-size: 11px !important;
    /* font-weight: 600 !important; */
    color: #676f7e !important;
}
.modal-body-right .rounded-circle-graph{
    padding: 0px !important;
    background: black !important;
    /* max-width: 12px !important; */
    width: 23px !important;
    height: 22px !important;
    border-radius: 50% !important;
}
.modal-body-right .rounded-circle-graph i{
    border: 0.2px solid white !important;
    border-radius: 50% !important;
    padding:0 2px 0px 1px !important;

}
.modal-body-left .bottom-btn{
    padding: 9px 11px !important;
    color: white !important;
    font-weight: 600 !important;
}
.modal-body-left .bottom-btn:hover{
    background: #ec4899 !important;
}
.modal-body-left button:hover{
    background: #efefef !important;
}
.modal-body-left button.active{
    background: #ec4899 !important;
    color: white !important;
}
.modal-body-right{
    padding-left: 0px !important;
}
.modal-body-right .progress-bar-custom{
    width: 100% !important;
    margin: 0 9px !important;
}
.modal-body-right .first-heading{
    font-family: 'Open Sans', sans-serif !important;
    font-size: 12px !important;
    /* font-weight: 600 !important; */
    color: #1f242e !important;
    margin-bottom: 8px !important;
            /* line-height: 17px;
            margin-top: 4px; */
}
.modal-body-right .min{
    font-family: 'Open Sans', sans-serif !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #1f242e !important;
}
.modal-2 .boek-btn{
    color: #ffff !important;
    background: #ec4899 !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
    /* font-weight: 700 !important; */
    border-radius: 50px !important;
    padding: 8px 14px !important;
    margin-bottom: 16px !important;
}
.modal-2 .boek-btn:hover{
    color: #ffff !important;
    background: #ec4899 !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
    /* font-weight: 700 !important; */
    border-radius: 50px !important;
    padding: 8px 14px !important;
    text-decoration: none !important;
    cursor: auto !important;
}
.modal-2 .boek-title{
    color: #1f242e !important;
    /* background: #ec4899 !important; */
    font-family: 'Montserrat', sans-serif !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    padding: 0 0 5px 0 !important;
}
.modal-2 .boek-desc{
    color: #676f7e !important;
    /* background: #ec4899 !important; */
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
    /* font-weight: 700 !important; */
    /* padding: 0 0 5px 0 !important; */
    margin-bottom: 16px !important;
    line-height: 1.4;
}
.modal-2 .boek-desc strong{
    color: #1f242e !important;
    /* background: #ec4899 !important; */
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px !important;
    /* font-weight: 700 !important; */
    /* padding: 0 0 5px 0 !important; */
    /* margin-bottom: 16px !important; */
    /* line-height: 1.4; */
}
.modal-2 .info-sec{
    background: #f7f8f9 !important;
    padding: 16px 16px !important;
    border-radius: 12px;
}
.modal-2 .info-sec h6{
    color: #1f242e !important;
    /* background: #ec4899 !important; */
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
}
.modal-2 .info-sec p{
    color: #676f7e !important;
    /* background: #ec4899 !important; */
    font-family: 'Open Sans', sans-serif !important;
    font-size: 13px !important;
    padding-left: 27px;
    line-height: 1.3;
}
.interesse-btn{
    border: 0.5px dashed #ddd7d7  !important;
    /* padding: 0px !important; */
    background: none;
    color: #676f7e;
    text-transform: none !important;
    /* background: #ec4899 !important; */
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
    border-radius: 11px !important;
    font-weight: 400;
    padding: 8px 6px !important;
}
.interesse-btn:hover{
    border: 0.5px dashed #bdbaba  !important;
    background: #fafafa !important;
    color: #606264 !important;
}
    /* Custom styles for the modal */
.interesseModal .modal-content {
    max-width: 480px;
    margin: 0 auto;
}

.interesseModal .btn-close {
    background-size: 20px;
    opacity: 0.5;
}

.interesseModal .btn-close:hover {
    opacity: 1;
}

.interesseModal .form-control:focus {
    border-color: #e91e63;
    box-shadow: 0 0 0 0.2rem rgba(233, 30, 99, 0.15);
}

.interesseModal button[type="button"]:not(.btn-close):hover {
    background-color: #d871a8;
    transform: translateY(-1px);
    transition: all 0.2s ease;
}

.interesseModal .alert {
    margin-bottom: 1rem;
}

.book-btn-main {
    margin: 15px 0px 10px 0px;
}
.book-btn-inner{
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}
.discount-book-btn i , .contact-book-btn i , .about-btn i{
    margin-right: 8px;
}
.modal-2 .discount-book-btn{
    color: #ffff !important;
    background: #ec4899 !important;
    font-size: 14px !important;
    border-radius: 8px !important;
    padding: 8px 14px !important;
    margin: 0px !important;
}
.modal-2 .discount-book-btn:hover{
    background: #FF4081 !important;
    transition: 0.4s ease;
}
.modal-2 .contact-book-btn{
    color: #676f7e;
    background: #fff;
    font-size: 14px !important;
    border: 1px solid #676f7e;
    border-radius: 8px !important;
    padding: 8px 14px !important;
    margin: 0px !important;
}
.modal-2 .contact-book-btn:hover{
    color: #fff !important;
    background: #000 !important;
    border: 1px solid #000 !important;
    transition: 0.4s ease;
}
.modal-2 .about-btn{
    color: #676f7e;
    background: #fff;
    font-size: 14px !important;
    border: 1px solid #676f7e;
    border-radius: 8px !important;
    padding: 8px 14px !important;
    margin: 0px !important;
}
.modal-2 .about-btn:hover{
    color: #fff !important;
    background: #00bcd4 !important;
    border: 1px solid #00bcd4 !important;
    transition: 0.4s ease;
}
.BadgeContainer__Inner-sc-ac29bca1-1.iBvpUZ.es-badge-container {
    margin: 0px !important;
}

.trip-desc-content p{
    color: #1f242e !important;
    font-family: 'Open Sans', sans-serif !important;
    line-height:1.625 !important;
    font-size: 14px !important;
}
/* Highlights Section - Dynamic UL/LI Styling */
.sidebar-card.last p strong{
    color: #11a4d4 !important;
    font-size: 14px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    /* line-height:1.625 !important; */
}
.sidebar-card.last ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-card.last ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 5px;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 12px !important;
    color: #1f242e !important;
    font-weight: 500 !important;
}

.sidebar-card.last ul li:last-child {
    margin-bottom: 0;
}

/* Sirf un li par icon lagao jinke andar <p> NA ho */
.sidebar-card.last ul li:not(:has(p))::before {
    content: "\F5A0"; /* bi bi-sunrise */
    font-family: "bootstrap-icons";
    font-size: 12px;
    color: var(--primary-cyan);

    width: 25px;
    height: 25px;
    min-width: 25px;

    background: rgba(0, 188, 212, 0.1);
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.sidebar-card.last ul li:nth-child(n+3) {
    display: none;
}

/* Show all items when expanded */
.sidebar-card.last.expanded ul li {
    display: flex;
}

.sidebar-card.last .more_items {
    background: none;
    border: none;
    color: #11a4d4;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    padding: 8px 0 0 0;
    cursor: pointer;
    text-decoration: none;
    margin-top: 4px;
    text-transform: none !important;
}
canvas.inner-confetti-canvas {
    display: none !important;
}
select#genderFilter {
    /* padding: 0 0 !important; */
    border: 1px solid #d9d7d7;
    border-radius: 5px;
    padding: 0 20px 0 10px;
    background-color: #fff !important;
    font-size: 11px !important;
    height: 30px;
    font-family: Montserrat;
    font-weight: 500;
    width: 100px;
}
select#ageFilter {
    /* padding: 9px 30px !important; */
    border: 1px solid #d9d7d7;
    border-radius: 5px;
    padding: 0 20px 0 10px;
    background-color: #fff !important;
    font-size: 11px !important;
    height: 30px;
    font-family: Montserrat;
    font-weight: 500;
    width: 100px;
    margin-left: 6px !important;
}
.participant-list-select-setion select:not([multiple]) {
    background: url(/images/popup-tabs-inr-arrow.png) 94% 11px no-repeat !important;
    -moz-appearance: none;
    -webkit-appearance: none;
}

    .review-text-container {
        position: relative;
    }

    .review-text {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        transition: all 0.3s ease;
    }

    .review-text.collapsed {
        -webkit-line-clamp: 3;
        max-height: 4.5em; /* approximately 3 lines */
    }

    .read-more-btn {
        background: none;
        border: none;
        color: #11a4d4;
        cursor: pointer;
        padding: 5px 0;
        font-size: 9px;
        display: flex;
        align-items: center;
        gap: 5px;
        text-transform: none !important;
    }

    .read-more-btn:hover {
        font-size:9.5px;
    }

    .read-more-btn i {
        transition: transform 0.3s ease;
    }

    .read-more-btn.expanded i {
        transform: rotate(180deg);
    }
    .review-item {
        transition: all 0.3s ease;
    }
    /* Tabs */
.trip-tabs {
    padding: 6px 5px !important;
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 16px !important;
    background: #e5f3f8 !important;
    border: 1px solid #a6dbed;
    border-radius: 12px;
    justify-content: space-between;
    
    /* Sticky positioning */
    position: sticky;
    top: 71px; /* Adjust based on your header height */
    z-index: 100;
    transition: all 0.3s ease;
}
.err {
    padding: 0px !important;
    border: solid 0px !important;
    border-radius: 0px !important;
    color: red !important;
}
.alert-danger {
    color: #721c24;
    background-color: white !important;
    border-color: none !important;
}
.alert-success {
    background-color: white !important;
}
/* Optional: Add shadow when scrolled */
.trip-tabs.is-sticky {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.activity-section {
    /* margin-top: 20px; */
    font-family: 'Arial', sans-serif;

    h3 {
        color: #ee2b97; 
        font-size: 12px;
        font-family: 'Open Sans', sans-serif !important;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }

    .activity-card {
        background-color: #f7f8f9; 
        border-radius: 12px;       
        padding: 4px 6px;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        transition: all 0.3s ease;
        border: 1px solid transparent;

        /* &:hover {
            background-color: #f0f0f0;
            border: 1px solid #ddd;
        } */

        .icon-box {
            margin-right: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: none !important;

            mat-icon, i {
                color: #e91e63;
                font-size: 22px;
                height: 22px;
                width: 22px;
            }
        }

        
    }
}
   #program .activity-section .activity-card .text-box .icon-text{
        margin: 0 !important;
        color: #1f242e;
        font-size: 14px;
        font-family: 'Open Sans', sans-serif !important;
        /* font-weight: 300; */
        margin-bottom: 0px !important;
    }
    .interest-updates-box {
        display: flex;
        background: #F9EFF4;
        border: 2px solid #E8308C;
        border-radius: 12px;
        padding: 15px;
        margin: 0px 0px 20px 0px !important;
    }
    .interest-updates-text{
        margin: 0px !important;
        color: #000;
        padding-right: 20px;
    }
    .interest-updates-btn {
        padding: 12px 30px;
        border-radius: 100px;
        background: #e8308c;
        color: white;
        font-weight: 700;
        font-size: 15px;
    }
    .interest-updates-btn:hover{
        background: #e91e63;
        color: white;
    }
 
.info_boxes {
    position: absolute;
    bottom: 9px;
    /* left: -144px; */
    border-radius: 4px;
    background-color: #ffcf35;
    padding: 10px;
    z-index: 12;
    transition: opacity .3s;
    box-sizing: border-box;
    margin-bottom: 13px;
    display: none;
    font-size: 11px;
}
.compositionModal1 .info_boxes {
    width: 100%;
}
.compositionModal2 .info_boxes {
    width: 28vw;
}
.info_boxes p{
    margin-bottom: 0px;
}
.info_icons:hover + .info_boxes,
.info_boxes:hover {
    display: block !important;
}
.right-price-data-tab span a {
    line-height: 1.5;
    padding-right: 0px;
}
/* Responsive sticky positioning */

@media (max-width: 1262px) {
    .trip-tab {
        padding: 6px 12px !important;
    }
}
@media (max-width: 1180px) {
    /* .login-gap{
        margin-left: 20px !important;
    } */
    .trip-tab{
        padding: 6px 6px !important;
    }
    .trip-tabs button {
     font-size: 12px !important;
    }
}
@media (max-width: 1024px) {
    .trip-tabs{
        gap: 0px;
        flex-wrap: nowrap;
        top: 73px;
    }
    .trip-tab{
        padding: 6px 10px !important;
    }
    .interest-updates-btn{
        padding: 12px 15px;
        margin-top: 12px;
    }
}
@media (max-width: 992px) {
    .trip-tabs {
        top: 84px; /* Tablet header height */
    }
    .compositionModal2 .info_boxes {
        width: 100%;
    }
}
@media (max-width: 886px) {
    .interest-updates-btn {
        margin-top: 15px;
    }
}
@media (max-width: 768px) {
    .trip-tabs {
        top: 69px; /* Mobile header height */
    }
}
@media (max-width: 719px) {
    .right-price-data-tab {
        text-align: left !important;
    }
    .right-price-data-tab span a {
        padding-left: 0px !important;
    }
}
@media (max-width: 699px) {
    .btn-flights {
        font-size: 10px !important;
    }
    .btn-composition {
        font-size: 10px !important;
    }
}

@media (max-width: 576px) {
    .trip-tabs {
        top: 69px; /* Small mobile header */
        padding: 4px 3px !important;
    }
}
@media (max-width: 443px) {
    .date-card .date-text {
        font-size: 12px !important;
    }
    .duration-badge {
        font-size: 10px !important;
    }
    .right-price-data-tab .price-discounted {
        font-size: 16px !important;
    }
    .right-price-data-tab .text-muted {
        font-size: 9px !important;
    }
    .btn-flights {
        font-size: 11px !important;
    }
    .btn-composition {
        font-size: 11px !important;
    }
    .right-price-data-tab .price-original {
        font-size: 11px !important;
    }
    .modal-2 .boek-btn{
        font-size: 10px !important;
    }
}


@media (max-width: 575px) {
    /* .modal-2 .book-btn-inner{
        display: block !important;
        margin-bottom: 10px;
    } */
    .modal-2 .discount-book-btn{
        margin-bottom: 10px !important;
    }
}

@media (max-width: 750px) {
    .trip-tab {
        padding: 4px 5% !important;
    }
    .trip-tab span{
        display: none !important;
    }
    .tab-2-col {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        /* background: red !important; */
    }
    .tab-4-col{
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .ervaringen .ratting-sec {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .trust-row h1 {
        font-size: 24px !important;
    }
    .usp-card {
        padding: 4px !important;
        display: none !important;
    }
    .usp-card-wrapper{
        margin-bottom: 8px !important;
    }
}


@media (max-width: 992px) {
    .modal-head-right-sec .sidebar-main{
        gap: 15px;
        padding-top: 15px;
    }
    .modal-dialog {
        max-width: 90% !important;
    }
    .modal-body-right{
        padding-left: 15px !important;
    }
    .modal-body-left button{
        margin-left: 0px;
    }
    .btn-main{
        gap: 8px;
    }
    .btn-main .btn{
        padding: 6px 10px !important;
    }
}